Installation
============

Put the file DictMode.tcl into $HOME:Tcl:Modes
Write this line in your prefsfile:
   source [file join $HOME Tcl Modes DictMode.tcl]
Now you need to edit a couple of parameters in the file DictMode.tcl:
You must choose a folder for all dictionaries  (say HD:dics )  Now
adjust the initialisation of the variable Dict::dictDir (set near the
beginning of the file):   
   set Dict::dictDir HD:dics
Now edit the variable availableDics.  It must be a list consisting of
the dictionary files located in HD:dics.  Choose the most important of 
them and declare it current (a little bit below in the file), eg.:
   set currentDic "Webster-1913"


